projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e36ec5
)
(rmail-confirm-expunge): Default to
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Nov 2000 22:37:39 +0000
(22:37 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Nov 2000 22:37:39 +0000
(22:37 +0000)
y-or-n-p.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index b603148e6634981952864d577edce87999b0cd7f..1b1006f63cf2b9d88756ca564b5e84eca09e0673 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-219,7
+219,7
@@
and the value of the environment variable MAIL overrides it)."
:group 'rmail-files)
;;;###autoload
-(defcustom rmail-confirm-expunge 'y
es-or-no
-p
+(defcustom rmail-confirm-expunge 'y
-or-n
-p
"*Whether and how to ask for confirmation before expunging deleted messages."
:type '(choice (const :tag "No confirmation" nil)
(const :tag "Confirm with y-or-n-p" y-or-n-p)